DioDocs for PDF
FindFamilyName(String[],Boolean,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > IFontCollection インターフェース > FindFamilyName メソッド : FindFamilyName(String[],Boolean,Boolean) メソッド
The array of allowable font family name.
Indicates if the font should be embolded.
Indicates if the font should contain Italic characters.
Searches for a font from the set of allowable font family names and the specified style.
シンタックス
'宣言
 
Overloads Function FindFamilyName( _
   ByVal fontFamilyNames() As System.String, _
   Optional ByVal bold As System.Boolean, _
   Optional ByVal italic As System.Boolean _
) As Font
Font FindFamilyName( 
   System.string[] fontFamilyNames,
   System.bool bold,
   System.bool italic
)

パラメータ

fontFamilyNames
The array of allowable font family name.
bold
Indicates if the font should be embolded.
italic
Indicates if the font should contain Italic characters.

戻り値の型

The corresponding Font or null.
参照

IFontCollection インターフェース
IFontCollection メンバ
オーバーロード一覧